Edit Resource: AvailableTimeImport
Description
The AvailableTimeImport attribute under EditResource allows you to import the available times of a resource from a window file.
For more information on parameters, see the Window File Import page.
Parameters
Parameter | Description |
---|---|
FileNamePath | A string of text in single quotes of the Path or the File Name of the window file to be imported. More information on the acceptable file path formats can be found here. |
Examples
Imports the file Window1.txt and sets the availability to the window in the file.
PATCH api/resource/Satellite
Body:
{
"AvailableTimeImport" : "Scheduler\\Windows\\Window1.txt"
}